home *** CD-ROM | disk | FTP | other *** search
- for i in tfile tobstack tstring tinteger trationa \
- tcomplex tbitset tbitstri trandom tfix tfix16 tfix24 tgetopt ; do
- case $i in
- test0) echo "Must run test0 from tty";;
- tcurses) echo "Must run tCurses from tty" ;;
- tgetopt) echo $i; ./$i -abc -de10 -2000 -h3i ;;
- *) echo $i; ./$i < $i.inp;;
- esac
- done
-